home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl720
/
fast278j.lzh
/
LOOK.F
< prev
next >
Wrap
Text File
|
1980-01-01
|
225b
|
12 lines
;FAST LOOKUP free table locations.
m ? 40000
fill 20000 from m with 0
load "\asm\fast.com",m
print bios "Searching... ";
for tf=1 to 255
if not searchb 20000 from m+4000h for tf then print bios tf;" ";
next tf